html{font-size:62.5% !important;}body{font-size:1.6rem;background:#fff;padding-right:0 !important;}

/* 重置 */
.am-container{max-width:1180px;}
a,.am-titlebar-cols .am-titlebar-title a,.am-titlebar-cols .am-titlebar-title { color: #3F3F3F;}
.am-text-gray{color: #9B9B9B;}
.am-text-gray-light{color:#DFDFDF;}
.am-text-bold{font-weight:bold;}
.am-nav>li.am-active>a, .am-nav>li.am-active>a:focus, .am-nav>li.am-active>a:hover,.am-text-gold,a:hover{color: #C99E5D;}
.am-topbar{background:#fff;}
.am-topbar a{color:#333}
.am-topbar a span{color:#e8e8e8;}
.am-topbar-brand{height: 36px;line-height: 65px;}
.am-topbar-nav>li.am-active>a:after,.am-titlebar-cols .am-titlebar-title{border-bottom-color:#C99E5D;}
.am-pagination>.am-active>a, .am-pagination>.am-active>a:focus, .am-pagination>.am-active>a:hover, .am-pagination>.am-active>span, .am-pagination>.am-active>span:focus, .am-pagination>.am-active>span:hover{border-color:#C99E5D ;}
ul.am-dropdown-content>.am-active>a, ul.am-dropdown-content>.am-active>a:focus, ul.am-dropdown-content>.am-active>a:hover,.am-table>thead>tr>th,.am-pagination>.am-active>a, .am-pagination>.am-active>a:focus, .am-pagination>.am-active>a:hover, .am-pagination>.am-active>span, .am-pagination>.am-active>span:focus, .am-pagination>.am-active>span:hover{background-color: #E1BF78;}
.am-table>thead>tr>th{color: #fff;font-weight: normal;border-bottom:none;}
.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th{border-top-color: #ececec;}
.am-breadcrumb{padding-left: 0;margin-bottom: 0;}
.am-cf{clear:both;}
.am-list{margin-bottom: 0;}
.am-list-static>li{padding: .5rem .2rem;border: none;}
.am-list>li>a{padding: 0;display: inline-block;}
.am-btn-warning{background:#fff;color:#C99E5D;border-color: #C99E5D;}
.am-btn-default,a.am-btn-default:visited{background:#C99E5D;color:#fff;}
.am-btn:active:focus,.am-btn:focus{outline:none;}
a.am-btn-warning:visited{color:#C99E5D;}
.am-pb0{padding-bottom:0;}
.am-mb0{margin-bottom:0;}
.am-list-news-default{margin:0;}
.am-list-news-default .am-list>li{border-color:#EDF1F4;}
.am-list-news-solo .am-list .am-list-item-desced{border:none;padding:0;}
.am-article-text p{padding:0;margin:0;text-indent:2em;}
.am-article-text img{max-width:100%;}
.am-text-indent1{text-indent:1em;}
.am-text-indent2{text-indent:2em;}
.am-slider-default .am-control-nav:empty{display:none !important;}
.am-article-bd blockquote{font-family: inherit;}

/* 自定义 */
.wgw-titlebar.am-titlebar-cols{border-top:none;background:none;padding-left:0;}
.wgw-titlebar.am-titlebar-cols .am-titlebar-title {margin-bottom: 10px;}

.wgw-panel{border: none;box-shadow:none;}
.wgw-panel  .am-icon-caret-right{font-size: 12px;}
.wgw-panel .am-panel-hd, .wgw-panel .am-panel-bd{padding-left: 0;padding-right: 0;}
.wgw-panel .am-panel-hd{border-bottom: 1px solid #EDF1F4;padding-bottom: 0.4rem;}
.wgw-panel .am-panel-hd span{border-bottom: 2px solid #E1C078;padding-bottom: 5px;font-weight: bold;}
.wgw-panel .am-list>li>.am-badge{float: none;}

.am_gw_badge {display: inline-block;padding: 0px 5px !important;height: 1.48rem;line-height: 1.48rem;font-size: 1.02rem;}
.am_gw_badge:nth-child(odd) {color: #338af6;background: #dfeefc;}
.am_gw_badge:nth-child(even) {color: #e98124;background: #f8ebd2;}

@media screen and (min-width: 541px) {
	.am_gw_badge {height: 18px; font-size: 12px;line-height: 18px;vertical-align: middle;}
	.am-container>.wgw-row>div:first-child {
		padding-right: 40px;
	}
	.am-container>.wgw-row>div:last-child {
		padding-left: 40px;
	}
}

/* 底部 */
.footer{background: #4B4B4B;padding:25px 0;color:#989898;}
.footer a{color:#989898}
.footer .am-panel-default>.am-panel-hd{border: none;background:#3E3E3E;color:#9B9B9B;}
.footer .am-panel{border: none;}

/* 悬浮工具栏 */
.amz-toolbar {position: fixed;right: 50px;bottom: 150px;z-index: 999;}
.amz-toolbar a , .amz-toolbar a:active, .amz-toolbar .am-icon-btn:focus, .amz-toolbar .am-icon-btn:hover{display: block;background-color: #E1BF78;color: #fff;margin-top: 10px; -webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.amz-toolbar a:hover {background-color: #E1BF78;}
.amz-toolbar .am-icon-btn{border-radius: 15%;width: 32px;height: 32px;font-size: 16px;line-height: 32px;}

/* 幻灯片 */
.slider-container {
  min-height: 352px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .slider-container {
    min-height: 4.666667rem;
  }
}

.am-control-nav {
  display: inline-block !important;
  padding: 0 18px !important;
  width: auto !important;
  height: 28px !important;
  bottom: 10px !important;
  border-radius: 14px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.am-control-nav li {
  margin: 10px 7px !important;
  vertical-align: middle;
}

.am-control-nav a {
  background: #fff !important;
}

.am-control-nav .am-active {
  background: #ffd57b !important;
}

#qr {
  z-index: 1;
  position: absolute;
  top: 8.6%;
  right: 14.9%;
  width: 308px;
  height: 308px;
  padding: 20px;
  background: #fff;
  opacity: 95%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  background: rgba(255, 255, 255, 0.95) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUxpceXCeePDeeTEe+HAeOLAeePCe+HBeeHAeeHBeOLEe+XBe+TAeeLAeOHEe+HDeOHBeOHAeKJrua8AAAARdFJOUwA7Nzjw8zbx7/I0Ojk1PDPu5UvILgAAAHFJREFUOMuFytsOwiAABNHRUgFrb///s03aGCnC7ryeYZeNC85xrobxgRwu7w/5cpz3hjwhh5/jvDnkD3KIpeP8f4gDcqgd59UQn8ih4bchNLwcwgs5tB3nOP8OYUYOqes4P4f0Rg7Scc6eVulsxnF+AFiOIMYeAj0xAAAAAElFTkSuQmCC") no-repeat 4px 4px;
  background-size: 16px 16px;
}

#qr .am-qr-title {
  font-size: 16px;
  font-weight: 500;
  color: #3f3f3f;
  margin-bottom: 8px;
  text-align: left;
}

#qr .am-qr-img {
  display: block;
  width: 47%;
  height: 47%;
  margin: 0 auto 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
}

#qr .am-qr-tip {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #e1c078;
  margin-bottom: 24px;
}

#qr .am-qr-device {
  font-size: 13px;
  color: #9b9b9b;
  text-align: left;
}
		
#qr .am-qr-device p,#qr .am-qr-device h4{
	margin-bottom:0;
	margin-top: 0;
}

#qr-download .shade {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  display: none;
}

#qr-download .qr-container {
  display: none;
  position: fixed;
  z-index: 101;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 424px;
  height: 300px;
  background: #fff;
  border-top: 2px solid #E1C078;
  text-align: center;
}

#qr-download .qr-title {
  font-size: 16px;
  color: #3F3F3F;
  margin: 40px 0 20px;
}

#qr-download img {
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  display: block;
}

#qr-download .qr-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #E1C078;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

/* 自适应 */
@media only screen and (max-width:540px){
	.am-wrapper .am-topbar{border-color: #eee;margin-bottom:0;}
	.am-topbar-brand{height: 26px;line-height: 47px;}
	.am-nav>li.am-active>a, .am-nav>li.am-active>a:focus, .am-nav>li.am-active>a:hover{color:#fff;}
	.am-nav>li.am-active>a, .am-nav>li.am-active>a:focus, .am-nav>li.am-active>a:hover{background-color: #C99E5D;}
}
@media (min-height:630px) and (min-width:630px){
	.am-wrapper{border-bottom: 1px solid #eee;}
	.am-wrapper .am-topbar{width:1180px;margin:0 auto;border: none;}
	.am-topbar-nav>li>a{padding: 10px 26px;}
	.am-pl0-pc{padding-left:0;}
	.am-topbar-form {padding: 0 10px;}
}

/* 加载 */
.init-loading {
  background: #f7f4f4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loading-circle {
  width: 60px;
  height: 60px;
  background: url("../../../images/common/loading-circle.png");
  background-size: 60px 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px auto auto -30px;
  -webkit-transform: rotate(0deg) translateZ(0);
  -webkit-transition-duration: 0ms;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.loading-logo {
  width: 28px;
  height: 28px;
  background: url("../../../images/common/loading-logo.png");
  background-size: 28px 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -14px auto auto -14px;
}

.adicon {
    background: url(../../../images/gwkh/v2/icon/adicon.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 17px;
    z-index: 1;
}

.copy_img_box a{display:inline-block;height:47px;background:url(//info.hx168.com.cn/images/aq.png) no-repeat}
.copy_img_box a.copy_03 {
    width: 144px;
    background-position: -201px -180px;
}

.e-tag{
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    z-index: 88;
    font-size: 12px;
    padding: 2px 5px;
    scale: .6;
}